From 2dd07f346a0f724146c6ba7d6ce3a3372d901397 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Tue, 27 Jan 2015 18:50:33 +0100 Subject: [PATCH] gdkscreen-wayland: Don't leak wl_output objects https://bugzilla.gnome.org/show_bug.cgi?id=743633 --- gdk/wayland/gdkscreen-wayland.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/wayland/gdkscreen-wayland.c b/gdk/wayland/gdkscreen-wayland.c index 096b2fe636..980aa6b6b8 100644 --- a/gdk/wayland/gdkscreen-wayland.c +++ b/gdk/wayland/gdkscreen-wayland.c @@ -110,6 +110,7 @@ free_monitor (gpointer data) if (monitor == NULL) return; + wl_output_destroy (monitor->output); g_free (monitor->output_name); g_free (monitor->manufacturer); -- 2.30.2